Open
Conversation
Merged
Contributor
|
@rachit77 pls raise the corresponding PR in release/v0.8 |
Contributor
Author
temaniarpit27
approved these changes
Jan 13, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR resolves migration file conflicts by reorganizing bridge-related schema changes across three migration files. Content that was incorrectly placed in migration 0012 has been moved to a new migration 0014, and a new migration 0013 has been added to set default values for the to_address column.
Changes:
- Moved table creation statements (
backward_let,forward_let,bridge_archive) andsourcecolumn addition from migration 0012 to new migration 0014 - Added migration 0013 to set default empty string value for
to_addresscolumn inbridgetable - Cleaned up migration 0012 to only contain claim type and index changes plus initial
to_addressaddition
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| bridgesync/migrations/bridgesync0012.sql | Removed table creation statements that were moved to migration 0014, keeping only claim type and to_address column additions |
| bridgesync/migrations/bridgesync0013.sql | New migration that sets default value of empty string for to_address column in bridge table |
| bridgesync/migrations/bridgesync0014.sql | New migration containing table creations (backward_let, forward_let, bridge_archive) and source column addition previously in migration 0012 |
rachit77
added a commit
that referenced
this pull request
Jan 13, 2026
## 🔄 Changes Summary - Set default value for `to_address` field ## 🔗 Related PRs - #1452
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



🔄 Changes Summary
to_addressfield🔗 Related PRs